←Select platform

AnnObservableCollection<T> Constructor(IEnumerable<T>)

Summary

Initializes a new instance of AnnObservableCollection> from the specified collection.

Syntax

C#
VB
WinRT C#
public AnnObservableCollection<T>( 
   IEnumerable<T> collection 
) 
Public Function New( _ 
   ByVal collection As IEnumerable(Of T) _ 
) 
public AnnObservableCollection<T>(  
   Windows.Foundation.Collections.IIterable //In WinRT the IEnumerable interface is replaced by IIterable<T> collection 
) 
function AnnObservableCollection(  
   collection  
) 

Parameters

collection
Source collection. Items will be added to this collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly